AdTag

class AdTag(url: String, type: AdTagType)

Defines the url and type of an ad manifest.

Constructors

AdTag
Link copied to clipboard
fun AdTag(url: String, type: AdTagType)

Properties

type
Link copied to clipboard
val type: AdTagType
The AdTagType of the ad tag.
url
Link copied to clipboard
val url: String
The url to an ad manifest.